Remove an unused variable
authorMatthias Clasen <mclasen@redhat.com>
Sat, 18 Jun 2011 02:57:35 +0000 (22:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 18 Jun 2011 02:57:35 +0000 (22:57 -0400)
gtk/gtktoolbar.c

index 6abec0c925f11a55c49b7b4a54ff4f907579d8c0..fc687c8d1e32b137c1eae2e28dc441cc86bd3e4a 100644 (file)
@@ -117,7 +117,6 @@ struct _GtkToolbarPrivate
 
   GdkWindow       *event_window;
 
-  GList           *children;
   GList           *content;
 
   GTimer          *timer;
@@ -3138,7 +3137,6 @@ gtk_toolbar_finalize (GObject *object)
     }
   
   g_list_free (priv->content);
-  g_list_free (priv->children);
   
   g_timer_destroy (priv->timer);